home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Magazine / UltimateWB / MCP / Docs / BUGHints < prev    next >
Text File  |  1997-09-16  |  3KB  |  52 lines

  1.  
  2. If you get incorrect colors with NewGadTools, then please check if you have
  3. used MagicWB-Colors on non-MWB-Screens. Certainly you can select this colors
  4. if you edit the prefs on the WB-Screen, but these colors are not available
  5. on a non-MWB-Screen !!!!
  6.  
  7.  
  8.  
  9. These are incompatibility problems with other programs:
  10.  
  11.  
  12. ReOrg:    Please deactivate the 'NoBootWrite' option in the 'FormatProtect'
  13.           function, because ReOrg will write to the BootBlock of the speci-
  14.           fied device. This will fail if you have activated 'NoBootWrite'
  15.           and the optimisation will fail.
  16.           Some other Commodities which do the same could work (like MultiCX)
  17.           but because they only patch the exec functions they are not so
  18.           effective and slower (because they must compare the calling task
  19.           with the given task).
  20.  
  21. FinalWriter:   Please write the FinalWriter task to the enable patternstring
  22.                for SizeWindow. It's not a bug of MCP...
  23.  
  24. ArtStudio:   The teamwork between the normal cyclegadget and MCPs Cycle2Menu
  25.              doesn't work. This bug appears, because this program set the
  26.              active entry always to zero.
  27.  
  28. Ponder, Aniso:   These two programs from the Aminet change the text in the
  29.                  buttons which are patched from NewGadTools. Because it's not
  30.                  possible to change the text in a button without reopen them,
  31.                  both programs pokes the new text over the old text and call
  32.                  the RefreshWindow() function from the operating system.
  33.                  It's impossible to update the text on refresh, because MCP
  34.                  uses an own BOOPSI-class and this class can only change the
  35.                  text if the program uses the operating system.
  36.  
  37. HDOff:   This program doesn't work, because the OpenLibrary() Patch from MCP
  38.          uses 8 (eight !!!) bytes stack and this isn't available with HDOff.
  39.          Although HDOff opens the dos.library which needs at least 4096 Bytes
  40.          stack it gives only 256 Bytes. Too bad...
  41.          HDOff Version >V1.39 shouldn't have this problem anymore.
  42.  
  43. ADPro:   MCP's Cycle2Menu doesn't work with the Palette window of ADPro. The
  44.          attributes of the cyclegadgets are not made correctly. MCP uses on
  45.          Kick3.x a new function and these function gets false results with
  46.          ADPro.
  47.  
  48. DOpus5:  If you want enable the ChangeWBTitle function from MCP you have to
  49.          type the following lines:
  50.                setenv dopus/WorkbenchTitle "Workbench Screen"
  51.                copy env:dopus/WorkbenchTitle TO envarc:dopus
  52.